projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e46e57
)
Trivial: Fix up function name in the docs
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 11 Sep 2011 01:41:59 +0000
(21:41 -0400)
committer
Christian Persch
<chpe@gnome.org>
Tue, 13 Sep 2011 10:55:22 +0000
(12:55 +0200)
gtk/gtkfontchooser.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfontchooser.c
b/gtk/gtkfontchooser.c
index d041787e748a3c7404cf5a825c920faca7cd335a..cdc8d5acbc0be315f1bd7024c90f41ba7899f8ba 100644
(file)
--- a/
gtk/gtkfontchooser.c
+++ b/
gtk/gtkfontchooser.c
@@
-172,7
+172,7
@@
gtk_font_chooser_get_size (GtkFontChooser *fontchooser)
* Gets the currently-selected font name.
*
* Note that this can be a different string than what you set with
- * gtk_font_chooser_set_font
_name
(), as the font chooser widget may
+ * gtk_font_chooser_set_font(), as the font chooser widget may
* normalize font names and thus return a string with a different
* structure. For example, "Helvetica Italic Bold 12" could be
* normalized to "Helvetica Bold Italic 12".